home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / hp / panel / scripts / DefineButton2_48 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  349 b   |  17 lines

  1. on(rollOut){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    if(eval("../bar:noroll") != "1")
  7.    {
  8.       if(getProperty("../bar", _currentframe) == "2" and eval("../../../codelib:selectbar") != eval("../:bar"))
  9.       {
  10.          tellTarget("../bar")
  11.          {
  12.             gotoAndStop("1");
  13.          }
  14.       }
  15.    }
  16. }
  17.